Feature: Validacion funcionalidades Ghost
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 35.809s |
Scenario: Como usuario, quiero crear una nueva etiqueta, un nuevo post y agregar mi etiqueta al post
Before
0m 9.402s
Given
I navigate to page "https://ghost-3llp.onrender.com/ghost/#/signin"
0m 7.129s
When
I enter email "testerJunior@gmail.com"
0m 1.669s
And
I enter password "testerjunior1"
0m 1.243s
And
I click login
0m 1.103s
And
I click on tags
0m 3.723s
And
I click on new tag
0m 1.221s
And
I enter tag name "Nueva Etiqueta post"
0m 1.073s
And
I enter tag description "Descripción de la nueva etiqueta"
0m 1.497s
And
I click on save
0m 0.950s
And
I click on tags
0m 0.992s
Then
I verify that an element tag with text "Nueva Etiqueta post" exists
0m 0.741s
+ Show Error
Error: No se encontró un <h3> con la clase 'gh-tag-list-name' y el texto 'Nueva Etiqueta post'.
at KrakenWorld.<anonymous> (/Users/feliperivera/Desktop/Kraken/features/web/step_definitions/step.js:132:15)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
When
I click on posts
0m 0.000s
And
I click on new post
0m 0.000s
And
I enter post title "Nueva publicación tag" in the content field
0m 0.000s
And
I enter post content "contenido de la nueva publicación tag" in the content field
0m 0.000s
And
I click publish
0m 0.000s
And
I click continue, final review
0m 0.000s
And
I click publish post, right now
0m 0.000s
And
I click Back to editor
0m 0.000s
And
I click on posts
0m 0.000s
Then
I verify that a post with text "Nueva publicación tag" exists
0m 0.000s
When
I click on a post with name "Nueva publicación tag"
0m 0.000s
And
I click on the post options element
0m 0.000s
And
I click on the tags dropdown
0m 0.000s
And
I select the tag option with text "Nueva Etiqueta post"
0m 0.000s
And
I click on Update
0m 0.000s
Then
I verify that an update notification exist
0m 0.000s
After
0m 5.066s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "https://ghost-3llp.onrender.com/ghost/#/signin"
When
I enter email "testerJunior@gmail.com"
And
I enter password "testerjunior1"
And
I click login
And
I click on tags
And
I click on new tag
And
I enter tag name "Nueva Etiqueta post"
And
I enter tag description "Descripción de la nueva etiqueta"
And
I click on save
And
I click on tags
Then
I verify that an element tag with text "Nueva Etiqueta post" exists
When
I click on posts
NO IMAGE AVAILABLE
And
I click on new post
NO IMAGE AVAILABLE
And
I enter post title "Nueva publicación tag" in the content field
NO IMAGE AVAILABLE
And
I enter post content "contenido de la nueva publicación tag" in the content field
NO IMAGE AVAILABLE
And
I click publish
NO IMAGE AVAILABLE
And
I click continue, final review
NO IMAGE AVAILABLE
And
I click publish post, right now
NO IMAGE AVAILABLE
And
I click Back to editor
NO IMAGE AVAILABLE
And
I click on posts
NO IMAGE AVAILABLE
Then
I verify that a post with text "Nueva publicación tag" exists
NO IMAGE AVAILABLE
When
I click on a post with name "Nueva publicación tag"
NO IMAGE AVAILABLE
And
I click on the post options element
NO IMAGE AVAILABLE
And
I click on the tags dropdown
NO IMAGE AVAILABLE
And
I select the tag option with text "Nueva Etiqueta post"
NO IMAGE AVAILABLE
And
I click on Update
NO IMAGE AVAILABLE
Then
I verify that an update notification exist
NO IMAGE AVAILABLE
After
NO IMAGE AVAILABLE